/* @group HTML, Body */
html, body {
	font-family: Verdana, Helvetica, sans-serif;
	text-align: left;
	font-size: 70%;
	height: 100%;
	color: #FFFFFF;
	background-color: #3d5a51;
}
/* @end */

/* @group Layout */
div#wrap {
	background-color: transparent;
	width: 981px;
	margin-left:auto;
    margin-right:auto;	
}

#header {
 float: left;
 height: 139px;
 margin-bottom: 20px;
 width: 981px;
 border-bottom: 1px solid #777777;
	}
	
#logo {
	float: left;
	width: 463px;
	height: 47px;
	background: url('/fileadmin/templates/images/logo.png') no-repeat;
	margin-top: 68px;
}

#logo h1 {
	margin-top:73px;
	color: #e5d565;
}

#call {
	float: right;
	margin-top: 5px;
	padding-left: 10px;
	font-size: 1.4em;
	color: #ccc;
	width: 374px;
}

#welcome {
	clear: both;
	float: left;
	margin-top: 5px;
	padding-left: 10px;
	font-size: 1.4em;
	color: #ccc;
	width: 300px;
}


#mainmenu {
	width: 734px;
	height: 29px;
	margin: 0px 0px 0px 0px;
	border: 0px solid #000;
	float:left;
}

div#content {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: transparent;
	text-transform: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 981px;
	height: auto !important; /* for modern browsers */
	height: 450px; /* for IE5.x and IE6 */
	min-height: 450px; /* for modern browsers */
	float: left;
	clear: both;
}

#myCarousel {
	background: url('/fileadmin/templates/images/carousel-bg.jpg') no-repeat;
	width: 981px;
	height: 255px;
	padding: 20px 0 0 52px;
	margin-left: 10px;
	}

#myCarousel li {
 margin-right: 20px;
}

#myCarousel li img {

}

div#breadcrumb {
	margin: 0px 0px 0px 0px;
	padding: 6px 20px 0px 150px;
	color: #9a9a9a;
	width: 704px;
	float: left;
	border: 0px solid #000;
}
div#breadcrumb a {
	text-decoration: none;
	color: #999;
	font-size: 10px;
}
div#breadcrumb a:hover {
	text-decoration: none;
	color: #000;
	font-size: 10px;
}
div#maincontent {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #575757;
	background-color:#FFFFFF;
	text-transform: normal;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 0px;
	float: left;
	width: 690px;
	display: block;
	border: 0px solid #000;
}

#footer {
	width: 981px;
	height:46px;
	display: block;
	padding: 10px 0 0 0;
	margin: 15px 0px 0px 0px;
	background-image:url(../images/footer.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
 	float: left;
	clear: both;
	font-size: 1.3em; 
	border-top: 1px solid #777;
	color: #e5d565;
}

#footer p {
	color: #e5d565;
	font-size: 1.2em;
}

div#footerwrap {
	font-family: Verdana, Helvetica, sans-serif;
	color: #fff;
	font-size: 10px;
	float: center;
	padding: 7px 0px 0px 0px;
	text-align: center;
}

#col1, #col2, #col3 {
	float: left;
	width: 300px;
	margin: 0 0 0 20px;
}

#col1 p, #col2 p, #col3 p {
	padding: 0 10px 0 10px;
}

#col1 h1,#col2 h1,#col3 h1 { 
	background: url('/fileadmin/templates/images/h1-background.jpg') no-repeat;
	height: 23px;
	width: 301px; 
	padding: 10px;
	color: #2a463f;
}

.first_col, .second_col { float: left;
margin-right: 30px;
margin-left: 34px;
}

.second_col {
	margin-top: 14px;
}

div#footerwrap a:link,
div#footerwrap a:visited {
	color: #fff;
	text-decoration: none;
}
div#footerwrap a:hover {
	text-decoration: underline;
}

#menu {
font-size: 1.1em;
font-weight: bold;
text-transform: uppercase;
float: right;
margin: 78px 0 0 15px;
}

#menu li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	z-index: 9;
}

#menu a {
padding: 10px 12px;
line-height: 1;
	}

#menu a:hover {
	background-color: #2a463f;
}

#menu li.active a{
	background-color: #2a463f;
	color: #e5d565;
}

#myCarousel {
	position: relative;
}

#myCarousel li p {
	color: #000;
	}
#callout {;
    height: 206px;
    -webkit-opacity: 0.85;
    position: absolute;
    top: 21px;
    visibility: visible;
    width: 249px;
    z-index: 1000;
    right: 135px;
}	

#callout h1, #callout p {
	padding: 10px;
	color: #000;
	background: #fff;
	opacity: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition-property: opacity;
  	-webkit-transition-duration: 0.3s, 0.3s;
  	-webkit-transition-timing-function: linear;
  	-moz-transition-property: opacity;
  	-moz-transition-duration: 0.3s, 0.3s, 0.3s;
  	-moz-transition-timing-function: linear;
}
	
#callout:hover  h1, #callout:hover  p {
	opacity: 1;
}